IDL Programming > Objects > Miscellaneous Object Classes > IDL_Container

IDL_Container

Superclasses | Creation | Methods | Version History

An IDL_Container object holds other objects. The IDL_Container class, provides a way to group disparate IDL objects into single object, and allows you to easily move or destroy the objects within the container. Destroying an IDL_Container object destroys any objects that have been added to the container via the Add method.

Superclasses

None

Creation

See IDL_Container::Init.

Properties

Objects of this class have no properties of their own.

Methods

This class has the following methods:

In addition, this class inherits the methods of its superclasses (if any).

Version History

5.0

Introduced